Platform Explorer / Nuxeo Platform 5.8

Extension point suggestionHandlers

Documentation

Extension point for registering Content Automation Operations or Chains as handler for the suggestion selected by the user (for a given group and suggestion type).

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.suggestbox.service.descriptors.SuggestionHandlerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-suggestbox-jsf-5.8.jar
    <extension point="suggestionHandlers" target="org.nuxeo.ecm.platform.suggestbox.service.SuggestionService">
    
        <suggestionHandler name="jsfSearchDocuments" operation="Suggestion.JSF.NavigateToFacetedSearch" suggesterGroup="searchbox" type="searchDocuments"/>
    
        <suggestionHandler name="jsfNavigateToDocument" operation="Suggestion.JSF.NavigateToDocument" suggesterGroup="searchbox" type="document"/>
    
        <suggestionHandler name="jsfNavigateToUser" operation="Suggestion.JSF.NavigateToUser" suggesterGroup="searchbox" type="user"/>
    
        <suggestionHandler name="jsfNavigateToGroup" operation="Suggestion.JSF.NavigateToGroup" suggesterGroup="searchbox" type="group"/>
    
      </extension>